home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / applet / AppletViewer$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  767 b   |  24 lines

  1. package sun.applet;
  2.  
  3. final class AppletViewer$3 implements Runnable {
  4.    // $FF: synthetic field
  5.    final AppletPanel val$p;
  6.    // $FF: synthetic field
  7.    final AppletViewer this$0;
  8.  
  9.    AppletViewer$3(AppletViewer var1, AppletPanel var2) {
  10.       this.this$0 = var1;
  11.       this.val$p = var2;
  12.    }
  13.  
  14.    public void run() {
  15.       AppletViewer.access$300(this.this$0, this.val$p);
  16.       AppletViewer.appletPanels.removeElement(this.val$p);
  17.       this.this$0.dispose();
  18.       if (AppletViewer.countApplets() == 0) {
  19.          AppletViewer.access$400(this.this$0);
  20.       }
  21.  
  22.    }
  23. }
  24.